projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57bc513
)
Substitute gtk_style_unref for g_object_unref in documentation example
author
Javier Jardón
<javierjc1982@gmail.com>
Mon, 12 Oct 2009 14:09:55 +0000
(16:09 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 14 Oct 2009 01:30:31 +0000
(
03:30
+0200)
https://bugzilla.gnome.org/show_bug.cgi?id=598218
docs/tutorial/gtk_tut.sgml
patch
|
blob
|
history
diff --git
a/docs/tutorial/gtk_tut.sgml
b/docs/tutorial/gtk_tut.sgml
index af812b83fb637321b9c25c82d3d11b1023f9e9be..003f4c7af84339f25efaa9375bb479bacec29922 100644
(file)
--- a/
docs/tutorial/gtk_tut.sgml
+++ b/
docs/tutorial/gtk_tut.sgml
@@
-16978,7
+16978,7
@@
gtk_dial_expose (GtkWidget *widget,
points, 5,
FALSE);
- g
tk_style
_unref(blankstyle);
+ g
_object
_unref(blankstyle);
/* Draw ticks */